[Asterisk-Dev] ast_channel behaviour

Atif Rasheed atif at iphonica.com
Mon Dec 26 09:40:53 MST 2005


Hello all,

I am using callingcard.c application, when I was using v-1.0 these lines 
were working fine and applications was exiting at extension 
default,*,1.... but now when I upgraded to v-1.2.1 its not working. i.e. 
asterisk is not going to the extension *,1 in default context instead it 
just hangs up saying "Spawn extension (default,*,0) blah blah"

app_callingcard.c:::
strncpy(chan->context, "default", sizeof(chan->context) - 1);
strncpy(chan->exten, "*", sizeof(chan->exten) - 1);
chan->priority = 0;
return 1;

extensions.conf::::
exten => s,1,callingcard()
exten => *,1,Dial(SIP/12519 at 10.0.2.90)

is there any change in asterisk behaviour regarding this ... please help

best Regards,
Atif



More information about the asterisk-dev mailing list