Systems:
Definity G3rV6
Suse 9.1 with two X100P cards.
I'm having trouble getting Asterisk to interface with my Definity.
I can call out fine (Asterisk to Definity), but if I call either X100P (DID from Definity), strange things happen.
I figure I should probably get dialtone, punch in an Asterisk station number and get it to ring.
Asterisk picks up fine, but I can't figure out what to put into the context.
What's the syntax to give dial tone and wait for digits to dial?
Currently I do something like this:
[default]
exten => 8200,1,Dial(SIP/8200)
exten => 8200,2,Hangup
exten => _.,1,Dial(ZAP/1/${EXTEN})
exten => _.,2,Hangup
[inbound]
exten => s,1,Answer()
exten => s,2,Hangup
Zapata.conf has:
signalling=fxs_ks
language-en
context=inbound
channel => 1-2
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
