Hi again

I've done some more tests: The channel which an incoming call is  
dialed to does get two calls or at least two different caller ID  
infos. First the correct caller ID is sent, then the caller ID of the  
CALLED channel is sent.

I have two phones, one on Zap (caller ID 10) and one on SIP (caller  
ID 20) both in context "internal". I haven't set  the "callerid="  
settings in zapata.conf nor sip.conf.

extensions.ael:

context internal {
         10 => {
                 Dial(Zap/1, 22);
                 if ("${DIALSTATUS}" = "BUSY") {
                         VoiceMail(${EXTEN}, sb);
                 } else {
                         VoiceMail(${EXTEN}, su);
                 };
                 Hangup();
         }
};

When I place a call from 20 to 10, the phone first shows "20" (the  
correct caller ID) for a splitsecond, then "10" (it's own caller ID).

Any input is very much apprechiated!    -sven

_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to