cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
272
Views
0
Helpful
1
Replies

Dialer map - long string

jarmentrout
Level 1
Level 1

I am trying to use dialer string:

dialer map ip 10.216.254.156 name woodstock modem-script async "1234567"

The problem is, I am trying to use calling card to dial first, and using commas for pauses to enter pin and number. I listen to line with set and it is dialing numbers correctly and phone card accepts them, but it appears that the modem drops the line right before it starts to ring, like it is timing out because it hears no dialtone in a certain amount of time, is there anyway to extend this? I have the following command set

chat-script async "" "AT" OK "ATDT\T" TIMEOUT 120 CONNECT \c

but it hangs up before 120 seconds?

1 Reply 1

jackyoung
Level 6
Level 6

How long will the call drop ? 30sec ?

Try to use "dialer wait-for-carrier-time" under interface.

Check below :

http://www.cisco.com/en/US/products/ps6350/products_command_reference_chapter09186a0080443780.html

Hope this helps.