search for: calleeid

Displaying 2 results from an estimated 2 matches for "calleeid".

Did you mean: calledid
2012 Sep 17
1
iax2 trunks between asterisk servers
Hi, I am using iax2 trunks between asterisk servers and am having a callerid problem. We are using realtime sip clients distributed between multiple servers. Only in test now but have run into a calleeid problem - the name of the called party is not displayed if the called party is on a different server, it works if the called party is on the same server. On each server sip clients show calleeid on calls but if the caller is between servers calleeid doesn't work. Callerid is working fine thoug...
2006 Oct 19
0
question about asterisk txFAX
...onf like this: [test] exten=>_9001XXXX,1,Set(CALLERID=${EXTEN}) exten=>_9001XXXX,n,dial(SIP/${EXTEN}@sip_local) exten=>_9001XXXX,n,hangup [fax] exten=>_9002XXXX,n,SetVar(FAXFILE=/var/spool/asterisk/fax/test.tif) exten=>_9002XXXX,n,SetVar(FAXFILENOEXT=/var/spool/asterisk/fax/${CALLEEID}) exten=>_9002XXXX,n,txfax(${FAXFILE}) hen I dial 9001XXXX,it's OK,but when I dial 9002XXXX,it faild fax,I thought that maybe I had not set the sip_local in the [fax] config session,but how can I set that? I search on the google net, but have no idears about this,how can I send the fax ou...