Re: [Asterisk-Users] "oh323 calling party number"

2003-12-05 Thread Michael Manousos
Skuse, Phil wrote: Thanks for the reply. After a lot of digging in the oh323 code, I've discovered that if the callerid is a valid E164 (ie. entirely composed of digits 0123456789*#) then the callerid is put into the "Calling Party Number" field, otherwise the callerid gets put into the "Display"

RE: [Asterisk-Users] "oh323 calling party number"

2003-12-04 Thread Skuse, Phil
uot;\" <%s>", c->callerid); // } else { p->calloptions.callerid = strdup(c->callerid); // } } -Original Message----- From: Pavel Litvinenko [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 10:01 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] "oh323 c

Re: [Asterisk-Users] "oh323 calling party number"

2003-12-04 Thread Pavel Litvinenko
Skuse, Phil wrote: How do I get asterisk to populate the "Calling Party Number" field in an H.323 call? chan_h323 does not set it too ... I have asterisk configured to accept a SIP call and connect it to an H.323 IVR system. The call goes through, but the caller id is put in the "Display" fiel

[Asterisk-Users] "oh323 calling party number"

2003-12-03 Thread Skuse, Phil
How do I get asterisk to populate the "Calling Party Number" field in an H.323 call? I have asterisk configured to accept a SIP call and connect it to an H.323 IVR system. The call goes through, but the caller id is put in the "Display" field rather than the "Calling Party Number" field. -Or